Events of the TCustomLiteUserFunction class.
For a complete list of the TCustomLiteUserFunction class members, see the TCustomLiteUserFunction Members topic.
Public
| Name | Description |
|
OnExecute |
Occurs when the user function is called in the SQL-statement.
|
|
OnFinal |
Used to return a result of the user-defined aggregate function in the SQL statement.
|
|
OnStep |
Occurs during execution of the user-defined aggregate function in the SQL statement.
|
See Also